home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Magnum One
/
Magnum One (Mid-American Digital) (Disc Manufacturing).iso
/
d13
/
lnmdm.arc
/
PROCOMM.BAT
< prev
next >
Wrap
DOS Batch File
|
1991-11-12
|
796b
|
22 lines
REM PROCOMM.BAT Sample batch file for invoking NETDEV
REM and PROCOMM Plus Network version to share a modem.
REM
REM This command installs the INT14 interface program NETDEV.COM.
NETDEV
REM
REM This command opens the connection between the computer wishing to share
REM the device and the computer connected to the device.
NETDEV /OPEN
REM
REM This is the program which will use the shared device.
PCOMNET
REM
REM This command closes the connection between the computer sharing the device
REM and the device itself. It should be used when the current user is finished
REM with the shared device so that others can use it.
NETDEV /CLOSE
REM
REM This command is optional and causes NETDEV to be removed from memory,
REM freeing up the less than 10K that it uses.
NETDEV /DISAB